.box20220511190227sub{
   position:relative;
/*	margin-bottom: 30px;*/
	overflow: hidden;
	}

.box20220511190227sub .box1{
	width: 100%;
		
}
.box20220511190227sub .zoomImage {
	
    padding-bottom: 66% !important;
	background-size:cover !important;
	transition: 0.5s all; /*动画时间0.5秒*/
}
.box20220511190227sub .zoomImage:hover {
	transform:scale(1.2); /*动画放大1.2倍*/
}
.box20220511190227sub .box2{
	padding: 5px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.8);

}

.box20220511190227sub .box2 a{
color: #fff;
}
.box20220511190227sub .title{
	font-size:14px;
	text-align: center;
}

@media (min-width:1200px){
	.box20220511190227sub .box1{
		height: 640px;
	}
	
.box20220511190227sub .box2{
	padding: 5px 15px;
}
	
.box20220511190227sub .title{
	text-align: center;
}
	
	
	
}

